projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c44d2d
)
qt5/quick: also install CMake files into staging-dir
author
Mirko Vogt
<
[email protected]
>
Mon, 19 May 2025 18:12:26 +0000
(18:12 +0000)
committer
Mirko Vogt
<
[email protected]
>
Thu, 22 May 2025 10:58:15 +0000
(10:58 +0000)
frameworks/qt5/qt5quick-controls/Makefile
patch
|
blob
|
history
diff --git
a/frameworks/qt5/qt5quick-controls/Makefile
b/frameworks/qt5/qt5quick-controls/Makefile
index 61a4fa4e7bcac15a7ef01b4aac25cdf6ad013ff8..29baa2f4f3fdb1911d8e2113f6da57e31744335c 100644
(file)
--- a/
frameworks/qt5/qt5quick-controls/Makefile
+++ b/
frameworks/qt5/qt5quick-controls/Makefile
@@
-29,6
+29,7
@@
endef
define Build/InstallDev
$(call Build/Install/HostFiles,$(1))
$(call Build/Install/Headers,$(1))
+ $(call Build/Install/Cmakes,$(1))
$(call Build/Install/Libs,$(1),*)
endef